Click here to Skip to main content
15,892,005 members

Comments by Dmitrii Grishchenko (Top 8 by date)

Dmitrii Grishchenko 3-Jun-13 4:38am View    
Thanks for help, but I think I was wrong from the very beginning. DataGrid is't right control for my task, so I created editable table with Grid control, in which every cell is a TextBox control, and it works for me
Dmitrii Grishchenko 2-Jun-13 23:58pm View    
Thank you. If I right, your second solution use Telerik? If there other ways? Without Teletik.
Dmitrii Grishchenko 29-May-13 6:49am View    
Thanks. Rows are objects and columns are object's field. This means, that if I want N columns in datagrid, I have to use object with N fields, right? But N set by user and can change. Is it possible to create class with variable number of fields?
Dmitrii Grishchenko 29-May-13 0:50am View    
Thanks for your reply, but in this examples using database, and I working without it. I just want to create table which user can fill by himself.
Dmitrii Grishchenko 23-May-13 3:17am View    
Thanks for your reply, but i realy can't understand one thing. As you said I used DrawImage instead of PictureBox, but I don't know how to move drawen image. How I can get image position to change it? And what to do, when I have two or three images on control?