Hi,
I've read as many of the posts on this topic as I can but just can't get it to work for me.
Please the attached image - I want to get rid of the grey area and move the details rows left, underneath the expand-collapse icons.
Thanks in advance,
Jack
Currently, the RadPanelBar can only act as a tab strip (role="tabstrip"). (Actually, the current implementation is missing the role="tabstrip" attribute, so it's basically invalid and only a collection of incoherent tabs.)
The RadPanelBar, however, is rather a menu. It may, semantically, even rather be a tree view, too.
It depends on the usage on a web page what the RadPanelBar is actually supposed to represent.
So I suggest to add an enumeration property to the RadPanelBar enabling developers to designate it either
Regards,
Axel
In BatchEdit mode when clicking "Cancel Changes" CommandName returns "RebindGrid" and not Cancel. What do I need to do to receive Cancel on server side when Cancel Changes is clicked?
Hi Team,
I am using RadGrid inside RadAjaxPanel.
But RadGrid's function OnInfrastructureExporting="RadGrid1_InfrastructureExporting" is not working after adding RadAjaxPanel.
If i delete RadAjaxPanel then everything works fine.
Please let me know where exactly i am doing a mistake.
Thanks & Regards,
Jatin
I have put 7 FormView inside the RadPageView by using RadTabStrip/RadMultiPage. I am using the databind to the FormView. every time When I save, it only save the FormView data in first RadPageView, the rest are not saved. But try to save again, the all FormView data will be saved now, every time it required 2 time saving for all the FormView, May I know the reasons? where goes wrong?
After having enabled WAI-ARIA support for the RadTreeView, I cannot navigate to the TreeView items using Tab.
The items in the TreeView are not focusable.
Is this probably a bug? Or do I need to set another property to get keyboard support for reaching/collapsing/expanding nodes?
HI,
Displaying my data in my grid i used few templated column.
They are gather mutiple field and display them nicely. Like : Name - Surname
But for my Exel Export , I need to split those information into 2 column.
To apply filter in exel ect..
<
telerik:GridTemplateColumn
UniqueName
=
"PRD_exp"
Exportable
=
"true"
HeaderText="Info1<br/>Info2" >
<
ItemTemplate
>
<%#((myDataTYPE)Container.DataItem).Info1 %>
<
br
/>-<
br
/>
<%#((myDataTYPE)Container.DataItem).Info2 %>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
<
telerik:GridBoundColumn
DataField
=
"Info1"
UniqueName
=
"Info2"
Exportable
=
"true"
Visible
=
"false"
/>
<
telerik:GridBoundColumn
DataField
=
"Info2"
UniqueName
=
"Info2"
Exportable
=
"true"
Visible
=
"false"
/>
Dear Telerik,
we have a problem with RadDatePicker control - "Calendar-DayCellToolTipFormat" format string does not working properly.
Please find attached screenshots.
P.S.:
While testing used "Telerik.Web.UI.dll" version: 2016.3.914.45