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
I am looking for a way to take a data and reformat based on the condition. how do I use the condition in GridBoundColumn or GridCalculatedColumn? ex.
if boundColumn.DataField.text > 1 then DataField.text = "> {0}" else DataField.text = "< {0}" end if Thanks