
I'm using the collapsible panel with expand direction = right. I'd like to increase the size (at least the height anyway) of the button because the app is used on a touch screen so the pointer device is a fat finger and not a mouse. I set the font size to 14pt so the width is probably ok. How do I set to the size of that button?
While I'm asking, can I also set the width of that header (expand direction right)? And an alternative would be to enable clicking on the header to execute the collapse/expand action. Would you offer that solution, too?
Thank you,
Gary

Hello,
we are using a RadGridView which has implemented a master table with severals child tables. The datasource of the grid is a dataset containing the datatables with their realations. Now we want to use the DataFilter component to filter the data in the grid.
It is possible to use the DataFilter which is based on a datasource (dataset) with relations? Maybe you can give us an example.
Thanks' in advance
Karim

I could not find this control in my toolbox list where can i get reference of it


I have gridview and combobox, on combobox selected index changed i add rows with boolean value to gridview checkbox manually,
the checkbox cell takes the value but not checked on "true" until i select the row

Hi, I need to filter empty text, i try to figure how to archive this with Demo Utility with "equal" and leaving empty textbox, but the events do not work as expected.
How can i do it?
Thank you

Hi,
I have a week is selected, then I click a date more, how can I get the last date I have just clicked.
Look forward your reply,
Pham Thanh
Hi,
I have a 1 column 3 row view for my RadCalendar. The problem is that I can's navigate to the previous months or following months using the "<<" "<" ">" ">>" buttons and I'm not sure why. I don't know if there's something specific I have to enable or what. In my Default.aspx file I have the following code:
<telerik:RadCalendar ID="RadCalendar1" runat="server" MultiViewRows="3" EnableMultiSelect="False" CssClass="RadCalendarMultiView RadCalendarMultiView_Default" EnableWeekends="True" FastNavigationNextText="&lt;&lt;" SelectedDate="">
<SpecialDays>
<telerik:RadCalendarDay Date="" Repeatable="Today">
<ItemStyle CssClass="rcToday" />
</telerik:RadCalendarDay>
</SpecialDays>
<WeekendDayStyle CssClass="rcWeekend"></WeekendDayStyle>
<CalendarTableStyle CssClass="rcMainTable"></CalendarTableStyle>
<OtherMonthDayStyle CssClass="rcOtherMonth"></OtherMonthDayStyle>
<OutOfRangeDayStyle CssClass="rcOutOfRange"></OutOfRangeDayStyle>
<DisabledDayStyle CssClass="rcDisabled"></DisabledDayStyle>
<SelectedDayStyle CssClass="rcSelected"></SelectedDayStyle>
<DayOverStyle CssClass="rcHover"></DayOverStyle>
<ViewSelectorStyle CssClass="rcViewSel"></ViewSelectorStyle>
</telerik:RadCalendar>
Most of the CssClass codes loaded automatically after doing edits on the design page.
If anyone has any idea what I'm missing, please let me know.
Thanks,
Samara