Hi
I need to export the grid to word or excel
The problem is that grid with paging export only the selected page I need to export the entire grid how can I do this?
Best regards Ehud
Hi
After I download the new dlls of telerik the grid start to do auto validation
We are implementing I Data Error Info interface and the grid catch all the exceptions
That was thrown.
I need to disable the validation in the grid
Best Regards
Ehud
Dim
financialInfoProvider
As
New
XmlDataProvider()
Dim
finacialInfoXMLPath
As
String
=
String
.Empty
finacialInfoXMLPath = BuildFinancialInfoXML()
financialInfoProvider.IsAsynchronous =
True
financialInfoProvider.Source =
New
Uri(finacialInfoXMLPath, UriKind.RelativeOrAbsolute)
financialInfoProvider.XPath =
"/RemainingFinancialInfo/Property"
m_GridDataSource =
New
ObservableCollection(Of XmlNode)(
DirectCast
(financialInfoProvider.Data, IEnumerable(Of XmlNode)))
In the RadPanelBar, I added a user control that has a few text boxes. When I select the RadPanelBarItem, I’m unable to get the focus on the first textbox in the user control. I have the FocusManger.FocusedElement bound to the first text box in the user control. How can I get the focus to the first textbox in the user control? Please advise.
Thanks
RJ