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
Ahhhh.
It was the datasource not allowing the adding of new lines. All working now.
Thanks Mike.
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?
Hi Mike,
No, thats not the problem. Clicking on the Band 0 button also has no effect. What other settings should I check?
Cheers
which event do you fire when you click on the Add Button (Band 0 in that case)..I want to open a seperate window after i click this button.
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.