-
Hi If you go to the http://aspnetajax.componentart.com/control-specific/grid/editing/editing_dataCallbackMode/WebForm1.aspx page Click "Add row". Click "Cancel" on the new row. Click "Add row". Now the new entry contains an empty "Category" column. This is tested in firefox 3.5.3, ie8 and opera 10 on Vista. best regards Henrik Pedersen Denmark
-
I have my grid displaying data from 2 related tables. They have basic Product and Category structure/relationship. My grid binds just fine, and i get a nice dropdown with a list of 'categories' for each 'product'. Now, i have some decimal fields which contain monetary values and i need to display/format them appropriately, so i am using custom templates for that. I have 2 fields like that and when i add a custom template to one of them, my 'inserts' stops working if i don't...
-
I have a grid with edit item. And I like to update the DataSet. It´s possible to update a dataset using the grid data.(with the alterations?)
-
I have a grid with edit enabled and i have a save button too. What i want to know is: What I put in button to save the alterations made in grid into database?
-
Hi, I have been facing problem in selecting all checkboxes when I change callback mode from the server mode. Can anybody please help me out what could be the problem? What are the necessary changes do I need to make in order to work the following code properly. Administrator --> Master Request Listing" EnableEventValidation = "false" EnableSessionState="True" %> Master Request Listing This is the Master Request Listing page where Administrators can view, edit and export...
-
I use Client RunningMode and TextBox in ServerTemplate to make a multi-edit grid.
The problem is that editted TextBox restores its origin value after scrolling.
I guess the grid rebinds its data after scrolling.
Is there any solution?
Thanks a lot.
-
I have been watching your grid and waiting for it get a little more mature. I noticed that you recently added an editing demo, is the intent of the grid to work like a web grid (i.e. edit/delete buttons in the right most column in the demo). or is that going to be changing?