Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

What the heck makes this event fire?

It's in my code and was inserted by VS.

When debugging I can set break points and all is ok except for this bugger.

 

Any ideas would be appreciated.

Posted
When you enable row selection (by adding a ButtonColumn "Select") then it should fire when the user selects a row.

 

I have a couple of buttoncolumns in use now.

 

I don't understand how to enable row selection!

  • Moderators
Posted

When you place a ButtonColumn you can allow a user to select the row....

<asp:ButtonColumn Text="Select" CommandName="Select"></asp:ButtonColumn>

'You can also set style properties to selected rows
<SelectedItemStyle BackColor="Red">
</SelectedItemStyle>

Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...