Hello , Can anyone please help me, on how I go about adding a footer like the one available for the asp.net datagrid, to a windows form datagrid?? Thank you!
mdolby
Posts
-
Help, How to add a footer to a windows form Datagrid -
how do I add a Footer to a datagrid (windows forms)Hello, I want to add a footer to a datagrid in a windows forms (like the datagrid for asp.net).. How do I go about doing this??? For example I want to display the totals of a columns in the footer.. any help is appreciated!!
-
helpHello, This may be an html question.. but how do you program tabbed panels? such as the ones dispayed in the entry page of code project?? anywhere I can go to read how to do this?
-
I formated my drive along with my projectHi, :(( A terrible mistake I formatted the wrong drive and along with it my C# project.. All I have is the release executable.. Is there any way I can re-engineer this back to my code.. I mean if it's in byte code... Please Please help!!:((
-
datagridHello, I have two tables, I wish to display the child table on the datagrid.. and a specific column from the parent table.. For example |column1|parentcolumn3|column2| The child table is related to the parent table via parentID, but this is not the parent column I wish to display..it is parenteColumnXX Can this be done on a dataGrid?? I do not want for the parent table to be displayed as a link neither I just want one specific parent column to be displayed in the same datagrid as the child table.. Hopefully I manage to explain the situation correctly.. And as always I really appreciate any help offered!! Thank you!
-
datagrid column widthsyou have to set the Mapping Name of the tablestyle to that of the database table you want this style to apply to.. For exampe "Mapping Name = Contacts".. Also apply the mapping name of each columnstyle to map to the corresping column of your database table.. Freelance Developer... Constantly looking for Gigs.
-
datagrid how to disable new row??Hello, I want to allow the user to edit columns but not delete or add new columns.. How can I do this?? Note: The read-only attribute allows me to edit, delete and add rows.. how can I only enable the "edit" without the "delete" and "add" Thank you!!
-
which installerHi, Does anyone know/ recommends an installer for distributing C# windows applications?? Does the installer make sure the .net framework is installed??
-
datagrid problemI'm using a datagrid to display information from a dataset. I added a "delete button" and wish to delete the selected cell in the datagrid. But I have the following problems.. 1.- If I rearrange the rows by clicking on the column header of the datagrid, I can no longer find the correct row corresponding to the database using the currentcell.row #.. the currentcell.row would say something like it's row #3 which does not correspond to row #3 in the dataset since I rearranged the rows in the datagrid. 2.- I cannot either manually look for the corresponding row in the database using the currentcell info, because when I displayed the information on the datagrid I ommited the primary key.. So I cannot retrieve this primary key from the currentcell.. Does anyone know of a workaround or a way to actually save the dataset row object with each row of the datagrid?? As always I thank you for any help!!
-
Been thinking about starting a new .comHi, I've looking for work lately, if you would consider me. Please contact me via email. I am an experience software developer with skills in .Net and C#, as well as the MCSD credetial. :-D
-
datagrid row problemHi, I have a datagrid which I filled with a dataset. I set the datagrid to read-only.. I wish to delete the selected row of the datagrid. The only problem is how I determine which row is selected in order to deleted from the database??? I have already tried using the currentcell property of the datagrid and getting the row number to determine which row in the data table was selected.. the only problem with that is if I rearrange the elements of the datagrid (order alphabetically) then the currentcel row number does not much to the corresponding row in the database, thus I end up deleting the wrong row?? How can I get the correct selected row and match it up with the row in the actual database?? I greatly appreciate all help!!
-
visual studio designerHi, I've been trying to get the designer in visual studio to work for a class which isn't derived from "form".. It is a class derived directly from System.. I want the designer to work for my class so I can to drag the database connection from the "server explorer". And have it add all the code automatically to my class as is done for classes derived from "form".. How can I do this?? Your help as always would be greatly appreciated!!
-
I've looked everywhereI'm creating a windows application. Trough my main menu I want to toggle between diferent views using only one frame.. How can I do this using forms?? Please help!!
-
how do I change the views using the same frame windowsHelp! In C# how can I create a few views and according to the view selected from a menu change the view being displayed on the main frame?? Also is it posible to create the different views using the designer?? or doing this will create different frames instead? Sorry this is for a windows application
-
.Net coder for hireHello, After being out of work now for 7 months. I've decided to go solo.. The only problem is that I have no idea on how to get projects. I've tried rentacoder.com but there just seems to be to many coders and to little projects.. Can anyone help me out on how to get projects?? :confused: