UltradGridList Default value on insert based on another cell.
New DiscussionI'm new to Ultragrid. I'd like to string together a default value in a cell on an Ultragrid based on another value on INSERT. It works if I use the property on the designer but
I can't add the additional value. Something like:
UltraGridList.DisplayLayout.Bands[0].Columns["YES_NO"].DefaultCellValue = "The value for Joe is: " + choice;
I tried using something like this, but I don't know that the row will be zero.
UltraGridList.Rows[0].Cells["YES_NO"].Value = "The value for Joe is: " + choice;
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
5 Created On
Apr 20, 2017 Last Post
8 years, 10 months ago