How can I have in a null values?
With all the respect, I used this for a while (click on edit option of the grid):
http://www.tedit.net/sampleviewer/srcview.aspx?path=SingleTable.src&file=SingleTable.aspx
If the field on the database allows nulls, when you create the DropDownColumn it automatically adds the first option which is the null value. No manually code.
Is there an option or sample for doing this in Telerik“s grid? i.e. no manual code for having an option in the dropdownlist for those fields which allow null values. I will load the options(data) for the dropdownlist from an sqlserver table.
Cheers.
With all the respect, I used this for a while (click on edit option of the grid):
http://www.tedit.net/sampleviewer/srcview.aspx?path=SingleTable.src&file=SingleTable.aspx
If the field on the database allows nulls, when you create the DropDownColumn it automatically adds the first option which is the null value. No manually code.
Is there an option or sample for doing this in Telerik“s grid? i.e. no manual code for having an option in the dropdownlist for those fields which allow null values. I will load the options(data) for the dropdownlist from an sqlserver table.
Cheers.