What i want is similar functionality like we have in Windows Datagridview.
But am not able to achieve the same using UltraGrid. I have Set the AllowAddNew to true but still it won't let me add new row. Then i changed "Show AddNew Box" to true, although now i can add rows but after click on add new box and this is weird. Can't it work the same way we use to add rows in Windows DGV(Rows get added after when we modify the last row)
Thanks
Amit
Hi Amit,
Set AllowAddNew to TemplateOnBottom instead of Yes.
Hi Mike,
I did exactly what you said, but it didn't worked for the existing ultragrid.
Then, i add a new ultragrid and did nothing in it except as you said and binded it to a datasource and that worked, but i don't understand why it didn't worked with the existing one.
The existing grid has 5 columns in it:
Below is the screenshot of it: