
Hello to all
Is there a way to leave the first empty line of the MulticolumnComboBox for example when I open the form that contains it?
I do not know if I explained it well
Fabrizio
Hi,
I am trying to add/remove Pages based on selection made during the a Page step. How can i do that?
Eg. If user select Radio button A in Step 2, i want to skip 3 steps next to it and add few more.
Please help.
Thanks
Binu
Hi,
I am utterly confused by my inability to format numbers in a VirtualGrid to only show three decimals. I can find no access to a "Columns" property, and when using the CellFormatting event, I am unable to utilize CellElement.FormatString (VS tells me the set accessor is inaccessible in that context)...
How can I prevent numbers from showing as 1.23456489456987654 and instead show 1.235 (for instance), without converting the underlying data itself?
Any help appreciated, because I am convinced this must be a trivial operation, which got me to search for hours - to no avail.
For reference, here is what I was trying with the CellFormatting event that will not compile for me:
private void rvgData_CellFormatting(object sender, VirtualGridCellElementEventArgs e)
{
if (e.CellElement.RowIndex > -1)
{
if (e.CellElement.ColumnIndex > 1)
{
/* This yields: Error CS0272 The property or indexer
'VirtualGridCellElement.FormatString' cannot be used in this context
because the set accessor is inaccessible */
e.CellElement.FormatString = "...";
}
}
}
And there's for something else that's frustrating: your code editor on this site does not seem to work on Firefox/Mac...
Hi,
is it possible to move selected cell of PivotGrid with keyboard (arrows keys, like in Excel)?
Alex

VB please,
need to access let's say for example 'txtEmployeeName' in the level of the user control that is my insert form in my radscheduler.
I want to access this control from the level of the page that contains the radscheduler, not form the usercontrol in the Appointment Insert method.

Hello dear,
Please check the attached file, i do not know if i used wrong property to have title bar with blurry text sometimes, please i need to fix this issue, thanks.
Hi!
Can somebody point what I am doing wrong in this example of hierarchy relations in RadGridView: https://1drv.ms/u/s!Av62kAKK6E4Ugu4REmKw6AbGEcFTNw?
If the child template would create automatically the columns it would work fine, but some columns have to be invisible.
Thanks!

Hello everybody
I need to hide the digital signature panel in the RadPdfViewer control.
I used the HideSignaturePanel () method but it does not work.
I also modified the property: Visibility (Collapsed / Hidden) in all elements of PdfSignatureElement but it does not work too.
The panel still appears when I load a digitally signed pdf.
Thanks
