Hello All,
I am using 2011.2.712.40 Telerik Product Version. The Code snippet for the Amount Field in Telerik Grid is as:
<telerik:GridBoundColumn FilterControlWidth="80%" DataField="requested_amount" HeaderText="Requested Amount"
SortExpression="requested_amount" UniqueName="requested_amount" ShowFilterIcon="true" DataFormatString="{0:c2}">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn FilterControlWidth="80%" DataField="approved_amount" HeaderText="Approved Amount"
SortExpression="approved_amount" UniqueName="approved_amount" ShowFilterIcon="true" DataFormatString="{0:c2}">
</telerik:GridBoundColumn>
I am facing some issue when I try to enter some filter value for amount like '.05'. It is working fine if filter value starts with some numeric value.
So, it would be better if I make the Filter value form .05 to 0.05 before the Focus is lost and filter criteria is selected.
Please provide me a solution for the Issue which can be compatible with all browsers.
Also, please refer the Telerik Grid UI attached.
http://screencast.com/t/bvHEUFgJ
Thanks,
Saurabh
I am using 2011.2.712.40 Telerik Product Version. The Code snippet for the Amount Field in Telerik Grid is as:
<telerik:GridBoundColumn FilterControlWidth="80%" DataField="requested_amount" HeaderText="Requested Amount"
SortExpression="requested_amount" UniqueName="requested_amount" ShowFilterIcon="true" DataFormatString="{0:c2}">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn FilterControlWidth="80%" DataField="approved_amount" HeaderText="Approved Amount"
SortExpression="approved_amount" UniqueName="approved_amount" ShowFilterIcon="true" DataFormatString="{0:c2}">
</telerik:GridBoundColumn>
I am facing some issue when I try to enter some filter value for amount like '.05'. It is working fine if filter value starts with some numeric value.
So, it would be better if I make the Filter value form .05 to 0.05 before the Focus is lost and filter criteria is selected.
Please provide me a solution for the Issue which can be compatible with all browsers.
Also, please refer the Telerik Grid UI attached.
http://screencast.com/t/bvHEUFgJ
Thanks,
Saurabh
