Hello,
Could you please provide any way to show bool presentationin in Yes/No format for cell value and in filter text value instead of true/false.
I tried with following code , but it didn't work,
it is working at run time but i want it on aspx page itself and same in filteration
="{0:Yes/No}">
/>
>
Regards,
Rohan
Hello,Please let me know if you have any further questions regarding this issue.
Hello Rohan,On the following link you can find all the format strings available http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.boundfield.dataformatstring.aspx What you are trying to achieve could be done with a dropdown editor provider in which you will have only two values Yes and No. Please try this approach and let me know what are the results. Here is a sample how to use the drop down providers http://samples.infragistics.com/aspnet/Samples/WebDataGrid/EditingAndSelection/DropDownEditors/Default.aspx?cn=data-grid&sid=a01f7736-5540-4cb6-9526-873efd65f20b