Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
248
How to allow user to add rows without using add new button
posted

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