Hi,
I need to correctly format the phone number while user enter digits. Fixed mask is not sutable because the user can enter any number of any country.
I have a special method which takes a string and returns correctly forrmatted number, however, it is not possible to change cell's value in Edit Mode cathing ValueChanging event. Is it any workaround?
Best regards
Evgeny.


Hi,
I am looking for a way to limit the RichTextEditor to only one page.
The user must not be able to enter more text than can fit one a single page.
Thanks in advance!
Laurent

Hi
i try to get the index of the line I point with the mouse when the list of the multicomulmncombobox is opened and the line is not selected yet.
How can I do that?
thanks

Hi,
I'd like to export radchartelements listed in a radgridview as pdf or printable page. It works half way because Telerik exports in both cases (pdf or print) a table with rows containing the type which is passed as datasource onto the gridview. Taking a picture with .PrintPreview(Me.RadPrintDocument1) returns a blank page, so this is not helping either. What am I missing here?
BR

Hi,
Is it possible to place the progressbar inside the statusstrip to the right hand side? Seems all the controls at the bottom are placed from left to right. But I would like to have some on the right, and some on the left.
Thanks,
Carlitos

I have a MultiColumnComboBox who's datasource is set to a BindingSource.DataSource. The BindingSource.DataSource is set to a BindingList<Person> of objects who's first item is Null. The DropDown displays correctly with the first row being blank. I then bind the MultiColumnComboBox's Value property to Job.Person property. The initial selected row for the MultiColumnComboBox is the Null record. When I select row 2 (Person: John Doe) when the current selection was the Null row, the Job.Person property is not updated. If I change the selection to a row 2 (Person: John Doe) and then row 3 (Person: Peter Paul), Job.Person property is updated.
This is very confusing to the user as it appears that they've updated the field but it hasn't updated the actual Job.Person property. And if the user needs to set Job.Person property back to Null by selecting the first row (the null row), it doesn't update the Job.Person property. Is there a proper way to be able to use a Null row in a MultiColumnComboBox?
