Hi all,
I have the default value for my 'bit' data Type in my SQL DB set to 0 (false).
I am using Infragistic's NetAdvantage Components. In my ultra winGrid (data pulled from DataSet) I have the default Cell Value = False. Like so....(e.Layout.Bands(0).Columns("field").DefaultCellValue = False)
When I go to add a new row though, the checkBox in the grid is grey with a check in it. (it should be white and blank)
AND, when i save the new row, in my DataBase is stores it as <null> still....
(I save by calling a simple da.fill(dataset))
I've tried a few different things, like leaving the default value blank in the DB, etc. but no luck so far.
When manually inputing a row in my Enterprise Manager the default works fine from the DB stand point. So it seems the winGrid is doing something ??
I just didn't know if anyone uses these components at all, and give some more insight on this. Thanks!
I have the default value for my 'bit' data Type in my SQL DB set to 0 (false).
I am using Infragistic's NetAdvantage Components. In my ultra winGrid (data pulled from DataSet) I have the default Cell Value = False. Like so....(e.Layout.Bands(0).Columns("field").DefaultCellValue = False)
When I go to add a new row though, the checkBox in the grid is grey with a check in it. (it should be white and blank)
AND, when i save the new row, in my DataBase is stores it as <null> still....
(I save by calling a simple da.fill(dataset))
I've tried a few different things, like leaving the default value blank in the DB, etc. but no luck so far.
When manually inputing a row in my Enterprise Manager the default works fine from the DB stand point. So it seems the winGrid is doing something ??
I just didn't know if anyone uses these components at all, and give some more insight on this. Thanks!