Hi,
We are developing a desktop application in c# using Telerik controls. We are using RAD PDF VIEWER to load a fillable PDF form that is created in adobe acrobat.The tab key does not obey the tab order in the PDF. Instead, the control goes to the buttons outside the RAD PDFViewer. Can you help me to find a solution for this tab issue?
Regards,
Priyank J.
Hi,
We are developing a desktop application in c# using telerik controls . We are using RAD PDF VIEWER to load a fillable PDF form that is created in adobe acrobat.The tab key do not obey the tab order in the PDF. Instead, the control goes to the buttons outside the RAD PDF VIEWER. Can you help me to find a solution for this tab issue.
Regards,
Ernet Sancey
Hello,
I'm using a RadDateTimePicker nested in a custom user control and I'm having an issue when I click on a date or on a navigation arrow, the calendar closes itself and does not changes its value. I'm using it on an multi-thread application.
dsVariables = GetDocVariables()
RadTreeView2.Nodes.Clear()
RadTreeView2.ParentIDMember =
"ParentID"
RadTreeView2.ValueMember =
"HierarchicalID"
RadTreeView2.DisplayMember =
"VariableText"
RadTreeView2.DataSource = dsVariables.Tables(0)
Hello,
Like GridView, is summary row available in the Virtual grid? I want the count of rows before and after filtering in my virtual grid.
Thanks,
kanors
hello everyone
i trying to give all cells a CellSpacing in a gridviewtemplate.
for a radgridview this can be done with radgridview.TableElement.CellSpacing = 3.
Thanks for your help
andre