I have created an ultragrid in windows C#. I have added 4 bounded columns at design time in Band 0.
In run time id did not show me any row. It has shown me only a header. In a normal grid it usually shows a single row.
How to add rows into a Ultagrid.
Please help. I am using C#, windows application
Thanks
It sounds like you want to set AllowAddNew (on the Override object) to TemplateOnBottom.
Hi,
Instead of using datasource, I want to iterate the collection and bind row by row to the wingrid.
How to bind rows to the wingrid programatically instead of binding through datasource.
Thanks in advance,
Sejal
How to add Unbound row in the ultrawingrid?
I have bind datasource to the wingrid and on click of one row I want to add new row under selected/clicked row.
How to achieve this?