eg:RadComboBoxItem
( "A","01")
RadComboBoxItem( "B","01")
RadComboBoxItem( "C","12")
RadComboBoxItem( "C","13")
So when I change the selected Item from Item1 to Item 2 where the Value is same in the RadCombox the Selected Index Changed event does not fire. It works fine for the item which have different values.
I did not have this problem in the earlier version.
Thank you,
Raghavendra.
This is kind of funny because any single example I have seen on your site and any others RadGrid I used it was working but in one my case flipping pages kills the filters. It looks like nothing has to be done to preserve filters when pages changes, so I wonder why it does not work with my particular grid.
It is 2009, Q1 Radgrid, with standard NextPrevNumericAndAdvanced mode paging. It fed by non-cashable DataReader. The grid does NOT use Ajax and each repost sucks fresh data.
The filtering works fine, so the paging. However, the PageIndexChanged even does not fire. I thought to run in PageIndexChanged event across the columns, cash the CurrentFilterValues and then reset the Values in PreRender event but no luck for now. What is particularly interesting is that in your demo Grids you do NOT it and your filters/pages work very consistency with no extra coding efforts. Am I missing anything?
Rgs, Romy
I’m trying to figure out how to reduce the padding or margin for the filter cells inside the grid. I’m using the latest Grid-Ajax release.
I thought that this would do it:
<FilterItemStyle CssClass="GridFilterStyle" />
With the CSS class:
.GridFilterStyle
{
padding: 0px;
margin: 0px;
}
But that did not do it. So I spent the last few hours reading the skins blog and how to customize the new skins, so I thought this would work:
td.rgFilterRow_WebBlue
{
padding: 0px;
margin: 0px;
}
or
tr.rgFilterRow_WebBlue
{
padding: 0px;
margin: 0px;
}
But that did not do it. Help please.
thanks,
-sam
<telerik:AjaxSetting AjaxControlID="btnSubmit">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadToolTipManager1" />
<telerik:AjaxUpdatedControl ControlID="pnlResults" />
</UpdatedControls>
</telerik:AjaxSetting>