Questions tagged as 'devexpress'

0
answers

Load XML file stream into XRRichText

In my application, I get an array from bytes from an XML file. With it I create a stream , but when I try to load it and insert it into XRRichText , nothing happens. However, if I write the stream into a file on the user's compute...
asked by 04.06.2018 / 16:46
1
answer

How to put a ReadOnly column?

I'm trying to leave only one column of GridView as ReadOnly , I'm doing so: if (id_crm == 0) { textBox2.Text = Convert.ToString(cod_crm()); DataTable dat_itens = new DataTable();...
asked by 04.09.2016 / 18:06
1
answer

How to load an array and divide its positions by special character

I have a table where there are filters for it: Asyoucanseeintheimage,foreachcolumnIhaveafilterwhereuserscantypewhattheyunderstandtodotheresearchtheyunderstand.IamnowallowingtheusertodownloadthePDFlistingwiththefiltersapplied.SoI'mcreatinganarray...
asked by 04.08.2014 / 11:42
2
answers

Devexpress spin - culture info

I'm using the spinedit of devexpress, with MVC, it's a decimal field, but I need the punctuation of the number to be a period and not a comma, I need to put his culture as "en-US", how to do it? / p>     
asked by 11.08.2014 / 15:01
2
answers

Save data from a Row to an array

I am designing a new feature for a Winforms project in C # . Soon I developed the following method that returns whether in the GridControl (gvDados) component there is a selected row or not. public bool RetornaSelecionado(bool Seleci...
asked by 25.09.2018 / 19:01
3
answers

Regex verify IP

I am implementing a regex to accept IP address, for this I am using a mask in the textEdit component of DevExpress, but when I leave the field blank or with only a filled part it locks all other controls of the form. Regex used: ([0-9]{1,3}\...
asked by 01.02.2017 / 12:55
1
answer

Delete Devexpress controls

I need to remove the DevExpress controls from a project because the project has these components and does not have the software license. I have already deleted the components and references but when trying to compile the error appears: Não...
asked by 06.07.2016 / 18:33
2
answers

How to set a GridView read-only line made with DevExpress?

I need to put the lines of my GridView as read-only. That is, I have a GridView that already contains some data, this data can not be edited, however I can add new lines, and these new lines can be edited. But I'm using the...
asked by 05.09.2016 / 20:20
1
answer

Output from a method or event - C # / WPF

I am using a return to be able to exit the textEstado_Validate event. The problem is that when it exits this event, it enters textEstado_KeyDown . How can I prevent it from going into any other methods and events? private v...
asked by 03.02.2016 / 19:43
1
answer

Add selected GridControl rows to the ObservableCollection

I'm trying to add my grid items to my ObservableCollection but I'm unsuccessful. I have a column that has the CheckBox that I put through the ShowCheckBoxSelectorColumn property. I have the following Xaml: <dxg:GridControl x:Name=...
asked by 10.08.2015 / 21:00