Hi everybody,
I have a RadGrid with one GridDateTimeColumn . When you type a date into their filter textbox and either press enter, the filter textbox simply clears itself and the value that i putting on it is ignored. After that if i put it the date again to their filter textbox everything works fine. How can i do to fix when i am filtering at the first time?
Here's my code (aspx):
<telerik:GridDateTimeColumn SortExpression="Situacao.Insercao" Visible="true" AllowFiltering="true" AndCurrentFilterFunction="Contains" ShowFilterIcon="false"
AutoPostBackOnFilter="true"
HeaderText="PENDÊNCIA" DataField="Situacao.Insercao" FilterControlWidth="120px"
DataFormatString="{0:dd/MM/yyyy}" UniqueName="Situacao.Insercao" DataType="System.Boolean" PickerType="DatePicker" EnableRangeFiltering="true"
CurrentFilterFunction="Contains" AllowSorting="False" FilterListOptions="AllowAllFilters">
</telerik:GridDateTimeColumn>
Thanks
I have a RadGrid with one GridDateTimeColumn . When you type a date into their filter textbox and either press enter, the filter textbox simply clears itself and the value that i putting on it is ignored. After that if i put it the date again to their filter textbox everything works fine. How can i do to fix when i am filtering at the first time?
Here's my code (aspx):
<telerik:GridDateTimeColumn SortExpression="Situacao.Insercao" Visible="true" AllowFiltering="true" AndCurrentFilterFunction="Contains" ShowFilterIcon="false"
AutoPostBackOnFilter="true"
HeaderText="PENDÊNCIA" DataField="Situacao.Insercao" FilterControlWidth="120px"
DataFormatString="{0:dd/MM/yyyy}" UniqueName="Situacao.Insercao" DataType="System.Boolean" PickerType="DatePicker" EnableRangeFiltering="true"
CurrentFilterFunction="Contains" AllowSorting="False" FilterListOptions="AllowAllFilters">
</telerik:GridDateTimeColumn>
Thanks