Category "devexpress"

First column of GridView readonly unless new row

I have a GridView with various columns and rows pulled from a database. In the first column I have a dateEdit repository item. What I would like to do is have t

Unzipping error - Unexpected end - Using ZipArchive

I got the following Code: Dim ms = New MemoryStream() CustomReportVorlage.ExportToPdf(ms) Dim bt2 = ms.ToArray() Dim outStream = New MemoryStream()

How to add a digital signature in devexpress blazor

I want to add a digital signature field in a form[razor page] how can i add a digital signature in a razor page in devexpress blazor app <DxFormLayoutItem C

DevExtreme components dxo-popup

Im using DevExtreme DXO-editing with the mode = popup, and popup dxo-popup, the popup is loading, data is getting binded, i have some custom dropdowns so had to

IIS font not applying

We are experiencing an issue with IIS not picking up on a font added to the system. Running our webservice through Visual Studio works fine and the font is use

Resizing first column gives _this.widthGetters[columnName] is not a function ( devexpress/dx-react-grid-material-ui )

Resizing the first column in Grid of dx-react-grid-material-ui is resulting in a empty screen with following error _this.widthGetters[columnName] is not a func

What's the difference between Render and GetHtml methods in DevExpress?

I would like to know whats the difference between using the method Render vs. using the method GetHtml, when using the DevExpress MVC Extensions? I know that Ge