Posted on Feb 7, 2012 (permalink)
Reply
Posted on Feb 8, 2012 (permalink)
I would recommend you to run through our demos and blog posts for a reference.
There should be no problem to achieve the same behavior by defining everything in code-behind. What are the troubles that found on the implementation ?
Hi Maya,
private
void
_gridView_DataLoading(
object
sender, GridViewDataLoadingEventArgs e)
{
GridViewDataControl grid = sender
as
GridViewDataControl;
if
(grid.ParentRow !=
null
)
grid.RowLoaded +=
new
EventHandler<RowLoadedEventArgs>(_gridView_RowLoaded);
}
Back to Top
[ Silverlight Grid Features | Documentation | Demos | Telerik TV | Self-Paced Trainer ]
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below