I have a simple UltraWebGrid (v8.1) that has simple textboxes (asp). I have made the grid editable, but do not know how to 'save' the changes. The grid is bound dynamically to a sql dataset, but the columns are predefined. I need to know how to trigger the save/update. Online examples show a seperate asp:button, but no tie-in with the grid or any code whatsoever to trigger the update. Please help.
Ok, I figured out where to pick up the Update trigger by using the UpdateRow Sub. No my issue is that the displayed date is formatted to MM/dd/yyyy, but when it goes into Edit mode, it is the full date format Tue Jan 11 00:00:00 CST 2011. Not what I need, I need it to show the same in Edit mode MM/dd/yyyy. How could I accomplish this? I am using UltraWebGrid 8.1 with igtbl:UltraGridColumn definitions. I've tried the SelectedCellStyle attribute, but no success.