Jerry Kurata
Top achievements
Rank 1
Jerry Kurata
asked on 23 Apr 2010, 05:34 PM
Hi,
Where is the LoadingRow event found in the Silverlight DataGrid? Or is there a better way to change the contents displayed in a cell at bind time?
Jerry
11 Answers, 1 is accepted
0
Hello Jerry,
You can use CellTemplateSelector, CellTemplate or IValueConverter for the column binding.
All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You can use CellTemplateSelector, CellTemplate or IValueConverter for the column binding.
All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Scott
Top achievements
Rank 1
answered on 20 May 2010, 03:36 PM
The stock Silverlight datagrid has a LoadingRow event. What did you replace that with for the RadGridView? DataLoading?
0
Hi,
Currently there is no such event in RadGridView. Can you post more info about your scenario and why you need this event?
Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Currently there is no such event in RadGridView. Can you post more info about your scenario and why you need this event?
Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Scott
Top achievements
Rank 1
answered on 20 May 2010, 03:40 PM
I want to set the background color of the row based on a property. For example, if a property in my object is set to true, set the entire row's background color red, otherwise leave it alone.
I found an example on the web using the LoadingRow event.
I found an example on the web using the LoadingRow event.
0
Hello,
You can use RowStyleSelector or the old approach with IValueConverter.
Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You can use RowStyleSelector or the old approach with IValueConverter.
Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Scott
Top achievements
Rank 1
answered on 20 May 2010, 05:29 PM
Thank you for the quick explanation.
0
Maria
Top achievements
Rank 1
answered on 11 May 2011, 04:08 AM
My scenario is a bit different - I have a combobox column and I would like my combobox to have different data sources depending on another column. What pattern should I choose?
0
Hello Maria,
Maya
the Telerik team
You may examine this blog post for a reference on the very same scenario.
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Bijender
Top achievements
Rank 1
answered on 15 Dec 2011, 01:40 PM
I would like to change a particular cell's control(checkbox to combobox) at run time. Please help, how to resolve this without having LoadingRow event ?
0
Hello Bijender,
Maya
the Telerik team
Please take a look at this forum thread for a reference.
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Bijender
Top achievements
Rank 1
answered on 15 Dec 2011, 03:54 PM
Hi Maya,
Thanks for reply,
Actually in my gridview's column if I have text like "SR Created:##SR12345##" then i would like to make ##SR12345## as hyperlink at runtime else make it as simple text.
Thanks for reply,
Actually in my gridview's column if I have text like "SR Created:##SR12345##" then i would like to make ##SR12345## as hyperlink at runtime else make it as simple text.