Hello,
So I need to put information on a grid that has the following structure:
SampleNumber(varchar20)
Date(DateTime)
Notes(text)
IsValid(bit)
the last column (IsValid) does not need to be visible, but if it is set to false, then that particular row needs to be selected. No checkbox or command buttons are needed, the row will be selected only if IsValid == false, hence, everything has to be server side.
Any hint will be appreciated, thanks!
So I need to put information on a grid that has the following structure:
SampleNumber(varchar20)
Date(DateTime)
Notes(text)
IsValid(bit)
the last column (IsValid) does not need to be visible, but if it is set to false, then that particular row needs to be selected. No checkbox or command buttons are needed, the row will be selected only if IsValid == false, hence, everything has to be server side.
Any hint will be appreciated, thanks!