is it possible to apply a custom validation to a grid view
-
is it possible to apply a custom validation to a grid view.if it is valid then how to declare a custom validator to a grid view
Validation applies when the user enters data. If you create a template for editing a row in a grid view, you can add any sort of validators that you like.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
is it possible to apply a custom validation to a grid view.if it is valid then how to declare a custom validator to a grid view
-
To the complete grid view control ???????:confused: .Can you explain your situation more precise ?
Thanks Laddie Kindly rate if the answer was helpful
-
iam having a grid view where some data is assigned to it using datatabe .now if the data is not there in the grid view then when a button is clicked it should validate that no data is there using custom validation
You want to press a button to validate the data that came from your data table ? What on earth for ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )