Ask a Question related to ASP.NET General, Design and Development.
-
Ante Perkovic #1
How to validate a datagrid (in edit mode)?
Hi,
I'm trying to validate datagrid, but the problem is that textboxes
exist only when the datagrid is in the edit mode, so validators can't
find their "controlToValidate". I tried to put validators in
<EditItemTemplate> but that didn't work either.
I tried experimenting with setting both "Visible" and "Enabled"
property to true or false during various event handlers but nothing
works :((
Anybody with tested solution around? Idea maybe?
Please help,
Ante
Ante Perkovic Guest
-
Would like to load a datagrid already in edit mode instead of having the user click the edit button
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already... -
DataGrid Edit Mode
Hi How can I programmatically switch a DataGrid into Edit Mode? I have a datagrid with no Edit / Delete / Update command buttons, only a... -
Formatting Datagrid in Edit Mode
Hi, I have a problem with a Datagrid in a aspx page. When I enter in Edit Mode (clic on Edit link), appears (correctly) the Update and Cancel... -
How to set up validators for edit mode of a datagrid?
How do you set up the validators so they "watch" entries made while the datagrid is in edit mode? If a custom validator is required, is there a... -
datagrid edit mode worries
Hi! I have a datagrid with several editable columns - i've added an edit button and appropriate handlers for edit,update,cancel in my c#...



Reply With Quote

