korasoglu Posted August 15, 2017 Share Posted August 15, 2017 Arkadaşlar aşağıda resmini verdiğim gibi nasıl yapabilirim GridColumn column = gridView1.Columns.AddVisible("isa", string.Empty); gridView1.Columns.Add(column); RepositoryItemButtonEdit ritem = new RepositoryItemButtonEdit(); ritem.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; ritem.Buttons[0].Kind = DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph;//resim var yok ritem.Buttons.Add(new EditorButton()); ritem.Buttons[0].Image = Kasa.Properties.Resources.Evet; ritem.Buttons[0].Tag = "Sec"; gridControl1.RepositoryItems.Add(ritem); gridView1.Columns["Sec"].ColumnEdit = ritem; ritem.ButtonClick += new ButtonPressedEventHandler(ritem_ButtonClick); void ritem_ButtonClick(object sender, ButtonPressedEventArgs e) { if (e.Button.Tag == "Sec") { MessageBox.Show("Test"); } İstediğimi krşılamadı ben daha derli toplu olmasını istedim yapamadım combobox olarak yaptım ama resim veya buton şekliyle daha stabil duracak. } Quote Link to comment Share on other sites More sharing options...
Editor pairs Posted August 15, 2017 Editor Share Posted August 15, 2017 O resim muhtemelen bir web sayfasına felan ait. Çünkü devexpress te hücrelere edit nesnelerinden başkasını ekleyemiyorsunuz malesef. Quote Link to comment Share on other sites More sharing options...
korasoglu Posted August 15, 2017 Author Share Posted August 15, 2017 (edited) evet web datagridview de yapılabiliyor o yüzden. Birde datagridview menustrip ekenebiliyor bunda yapılamazmı ? Edited August 15, 2017 by korasoglu Quote Link to comment Share on other sites More sharing options...
Editor pairs Posted August 15, 2017 Editor Share Posted August 15, 2017 En fazla bu kadar olur kodlamalarla. Birebir aynısı olmuyor malesef resmdeki gibi Quote Link to comment Share on other sites More sharing options...
xmen14 Posted August 15, 2017 Share Posted August 15, 2017 En fazla bu kadar olur kodlamalarla. Birebir aynısı olmuyor malesef resmdeki gibi Butonların yerine glyph eklenemez miLG-H850 cihazımdan Tapatalk kullanılarak gönderildi Quote Link to comment Share on other sites More sharing options...
Editor pairs Posted August 15, 2017 Editor Share Posted August 15, 2017 Eklemeniz için editor buton yerine mevcut modifiye edilmiş butonu çizmek gerekirki. Bu da kolonların boyutları değişirse butonların pozisyonlarının kaymasını sağlar. O yüzden devex böyle bir özellik getirene kadar en güzel çözüm böyle 1 Quote Link to comment Share on other sites More sharing options...
xmen14 Posted August 15, 2017 Share Posted August 15, 2017 En fazla bu kadar olur kodlamalarla. Birebir aynısı olmuyor malesef resmdeki gibi Bana bunun dosyasını gönderebilir misinizLG-H850 cihazımdan Tapatalk kullanılarak gönderildi Quote Link to comment Share on other sites More sharing options...
Editor pairs Posted August 15, 2017 Editor Share Posted August 15, 2017 Please register to see this content. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.