The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
How can I make the controls readonly ?
1. ButtonEdit
2. CurrencyEdit
3. PictureBox
4. RadioButton
5. GridListControl
6. ComboBoxAutoComplete
7. EditTableList
8. ListBox
With best regards,
Jamâl-Dine DISSOU
ADAdministrator Syncfusion Team April 15, 2005 10:06 PM UTC
Hi Jamal,
>1. ButtonEdit
ButtonEdit.TextBox.ReadOnly = true;
>2. CurrencyEdit
CurrencyEdit.Enabled = false;
>3. PictureBox
I''m not sure, is this control even editable? You could try Enabled = false, but you might want to ask in the Windows Forms FAQ Forum.
>4. RadioButton
Try Enabled = false.
>5. GridListControl
I''m not sure, as I don''t work with Grid. But again, I would guess Enabled = false.
>6. ComboBoxAutoComplete
Again, try Enabled = false.
>7. EditTableList
Enabled = false should work.
>8. ListBox
Enabled = false, I think.
Regards,
Gregory Austin
Syncfusion Inc.
PDProf DISSOU Jamâl-DineApril 18, 2005 02:26 PM UTC