How to get access to a button in particular gridpanel's row

  1. #1

    How to get access to a button in particular gridpanel's row

    I'm trying to get access to a button in particular row in gridpanel.
    For example I want to change the text of the button in row 5 and leave the rest of buttons' texts in column unchanged.
    How can I achieve this?
    I have tried RowSelectionModel, but even if I select one row and use "FindControl", the changes on the text of that Button apply to the whole column of GridPanel
    Last edited by matthew; Jul 17, 2013 at 1:27 PM.
  2. #2
    I found a workaround. I imported "System.Data.OracleClient" (make sure it is in the "bin" folder of your application) and perform updates by OracleCommand on that column. I'm still curious if it's possible to select a row and change the text only in that row's button.

Similar Threads

  1. [CLOSED] access a numberfield in a gridpanel
    By FpNetWorth in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 11, 2013, 2:50 PM
  2. [CLOSED] access the column of the checkboxselectionmodel in the gridpanel
    By FpNetWorth in forum 2.x Legacy Premium Help
    Replies: 11
    Last Post: Mar 05, 2013, 12:14 PM
  3. Replies: 0
    Last Post: May 04, 2012, 10:13 PM
  4. How to update GridPanel with access db
    By Fabrizio in forum 1.x Help
    Replies: 3
    Last Post: Mar 31, 2012, 4:45 AM
  5. Replies: 12
    Last Post: Jul 26, 2011, 9:43 AM

Tags for this Thread

Posting Permissions