Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > ToggleButton

Not answered ToggleButton

Feed from this thread
  • Paresh Sen avatar

    Posted on Oct 23, 2009 (permalink)

    Hi,

    Need some help on togglebutton functionality.

    I have gone through the blog post http://blogs.telerik.com/blogs/posts/09-07-30/how_to_display_hierarchical_data_with_row_details_radgridview_for_silverlight.aspx
    and able to create a toggle button. However not able to complete the functionality to work in the below scenario:

    My grid's first column is toggle button. on click it expands to show details + changes to - sign.
    I want - sign to change to + when I cancel/submit my deatils presenter of the row.


    any help will be great.

    Thanks,
    Paresh

    Reply

  • Ross Ross admin's avatar

    Posted on Oct 29, 2009 (permalink)

    Hello Paresh Sen,

    In one of the latest internal releases we have introduced a built-in GridViewToggleRowDetails column. You can simply add it as the first column of your grid and it will hook up to the row details automatically.

    From then on, if you programmatically change the DetailsVisibility of the parent GridViewRow, the details will collapse and the toggle button will update its sign automatically.

    I have prepared a small sample project to demonstrate this. You can use it as a base. I hope it helps.

    Sincerely yours,
    Ross
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Paresh Sen avatar

    Posted on Nov 8, 2009 (permalink)

    Thanks a lot for the example.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > General Discussions > ToggleButton