
Hi,
I coundn't find an information about it, and I'm new in programming, so I thought that maybe someone here could help me.
Is there a possibility of firing an event on clicking OK? I would like to redirect to one page upon clicking on OK and to second page upon clicking on Cancel. It is really necessary for me to do so, could you please help me?
Regards,
Ola
I have a simple page with an Ajax timer, that updates some controls (A pannel and two link buttons). When the timer fires, the controls that it should be updating momentarily disappear from the page and then come back, and there is no loading pannel or anything. Se code below. What am I missing?
Timer:
<asp:Timer ID="ajtTimer" runat="server" Interval="15000" OnTick="ajtTimer_Tick"></asp:Timer>
Ajax Settings for Timer:
<telerik:AjaxSetting AjaxControlID="ajtTimer"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="pnlActions" LoadingPanelID="lpActions" /> <telerik:AjaxUpdatedControl ControlID="lbSaveAndGenerateTop" LoadingPanelID="lpActions" /> <telerik:AjaxUpdatedControl ControlID="lbSaveAndGenerate" LoadingPanelID="lpActions" /> </UpdatedControls></telerik:AjaxSetting>
Loading Pannel:
<telerik:RadAjaxLoadingPanel runat="server" ID="lpActions"></telerik:RadAjaxLoadingPanel>
Thanks,
Mirek

Hello
I have a grid, which I want to get the cell data (Data Bounded) of different column and same row when I click a RadComboBox (Item template). and use it in ItemRequested server side event.
I don't know how to access the data bounded cell when clicking the combo box in client side.
I appreciate your help.

I use Skin Bootstrap and RenderMode Lightweight
Bootstrap use AlternatingItemStyle gray. I dont want to use that, i want have White for all items
I try set <AlternatingItemStyle BackColor="#ffffff" /> Not works....
<ItemStyle BackColor="#ffffff" /> works fine....
BackColor="#ffffff" Not works....
How to use White for all items in grid?

Hi Team
I need to hide the Checkbox that are present in Parent Node in MVC program.
Kindly help.
Regards
Sri balaji S
Hi,
How can i find the last row of a rad grid and make the last row bold.
I Have a rad grid in which iam fetching the total from the database itself as in attached file. I do not want to add the footer and use aggregate function
Thanks in advance
Sushanth.B
| <telerik:RadGrid ID="Grid1" runat="server" AllowFilteringByColumn="True" |
| AllowPaging="True" OnNeedDataSource="Grid1_NeedDataSource" AllowSorting="True" |
| GridLines="None" ShowGroupPanel="True" AutoGenerateColumns="true" PageSize="50" |
| Skin="Telerik" Visible="false" Width="98%"> |
| <MasterTableView AutoGenerateColumns="False" > |
| <Columns> |
| </Columns> |
| </MasterTableView> |
| <ClientSettings AllowColumnsReorder="True" AllowDragToGroup="True" ReorderColumnsOnClient="True"> |
| </ClientSettings> |
| </telerik:RadGrid> |
|