I have a rad button with the following declaration, however the button style doesn't appear to obey the "Primary" property. It looks like a regular button (see attached), unlike your demos for the Bootstrap skin. Any idea what's going on? Also, is there any documentation of the "Primary" property anywhere?
<telerik:RadButton ID="btnSelect" runat="server" Text="Select" CommandName="Select" style="margin-right:7px;" Skin="Bootstrap" ValidationGroup="VG_Form" Primary="true" ></telerik:RadButton>
Hi there;
I'm using an EditItemTemplate in a GridTemplateColumn, and the insert/cancel buttons are showing up as plain text (the sort automatically created by the control). How do I style them, or convert them to image buttons?
Hi,
Is there a way to remove the tick from the selection while deleting the item onto the by the backspace button?
cheers
Hello,
I have a RadGridview and a RadScheduler on the same page. Can I drag a row from the gridview to the scheduler and have it added? I think I read that drag/drop is not available yet but someone posted code for a workaround. Could something be done for this to work? I'm wondering if I could select a row in the gridview and have the row number or a key field data in a sesion variable and then have some event on the scheduler I could just move it by code myself. Or even if drag/drop was not supported can I still get an event fired for the scheduler to know when I was trying to drop on it and know the time so I could manually do it?
Thanks,
Warren
Hi,
In the following example I'm trying to update a grid based on changes made to Gantt fields.
protected void RadGantt1_OnTaskUpdate(object sender, TaskEventArgs e) {
gridProjects.DataBind();
}
It does not work as expected. Seems like the bound data source has not updated yet so grid still picks up old data. Is there something like an "AfterTaskUpdate" event?
Thank you.
Hi, In the RadComboBox I specified the LoadingMessage = "Please Wait...". But a vertical scroll appears in the right side of this load message.
It doesn't seem appropriate to show the vertical arrows when this load message is displayed. I'd rather just show the vertical scrolls in the dropdown once data is loaded to allow the user to scroll the results.
Also, is there a way to customize the size of the message's box or container?
Thanks