Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi All,
how can i control the background color for each TileList from XML File...
Something like DataTitleTextField="Text" ... DataBGColorField="BGColor" ?
Thanks
Hi,
You can use the TileDataBound event, access the field from your data source and set the tile property as needed. You can find an example in the documentation: http://docs.telerik.com/devtools/aspnet-ajax/controls/tilelist/server-side-programming/events/ontiledatabound. Regards,