hi
i have add a ultra grid to my form and i run that form it is showing empty grid but i want to enter some data in that grid to save in database . for this which property i need ti setup to add a empty row to grid .
it is showing empty grid here i want empty row to enter some data for this which property i need to use
thanks
N.Ravikumar
Hi,
The grid needs a DataSource of some kind in order to function. Have you set the DataSource of your grid? If so, it appears that your data source has no rows in it.
If you want to allow the user to add some, you need to enable adding rows. You can do this in the grid designer in the Feature Picker. Or you could set grid.DisplayLayout.Override.AllowAddNew.
my problem is i have a table in that table i have four columns in that 4 columns i want enter the data only in one column using ultrgrid for that also i have to use dataset if i use dataset to bind that column with ultrgrid that column consists already some data so if i bind that column it is showing the data of that column.
example:- my table name is "persons" and columns are employee(c1), client(c20), Customer(c3), Managers(c4) so i want to enter in c2 column only
and to add new row in grid in feature picker which property i have to use ?
Hi Ravi,
I'm really not sure what you are looking for here. Without knowing the requirements of your application or what part of this you are having trouble with, there's really no way for me to create any sample that would be meaningul of helpful.
By the way, there are literally dozens of samples included with NetAdvantage that demonstrate the many features of the grid.
if possible ples send a sample solution in c# to nrkhi401@gmail.com
Thanks
Ravi
thanks a lot for u e response if possible can u send a small demo on this as i stated above requirment pls. like inserting into a column in a table
In the feature picker, the section you need is under "Updating".