Hi,
I am having trouble getting my UltraGrid working properly.
Firstly, when you click on Add, nothing happens. What settings should I be checking?
Secondly, can I get rid of the 'Band 0' box next to the button?
Many thanksJason
Hi Jason,
Add is just a label, nothing is suposed to happen when you click that. The Band 0 button is what you would click to add a new row.
Hi Mike,
No, thats not the problem. Clicking on the Band 0 button also has no effect. What other settings should I check?
Cheers
Is this button enabled? It's hard to tell from the screen shot, but it looks like it might be disabled. This could happen if the AllowAddNew on the Band is false, or if the underlying data source of the grid does not allow adding. What kind of DataSource or are you using here?
Ahhhh.
It was the datasource not allowing the adding of new lines. All working now.
Thanks Mike.