int row = clicked_table.rowAtPoint(e.getPoint()); int column = clicked_table.columnAtPoint(e.getPoint()); System.out.println("You clicked on cell: " + row + "," + column); } }); add(new JScrollPane(table), BorderLayout.CENTER); } public static void main(String[] args) { C...
Hi everyone, I have a b-table (to display a list of records of course) in which I use the @row-clicked event to open the form view of the clicked record. I also use a column with b-form-checkbox to be able to select several lines (becaus...
Binding a Dictionary<int, List<class>> to DataGrid Binding a FlowDocument to a RichTextBox in an MVVM project Binding a Slider to a textbox Binding a stackpanel Binding a TabControl's SelectedIndex not working Binding a textbox width to the width of the grid column Binding a wpf control ...
</telerik:GridTemplateColumn> <telerik:GridBoundColumn DataField="DCEGrade" UniqueName="DCEGrade" HeaderText="DCE" DataType="System.Int32" HeaderStyle-HorizontalAlign="Center"ItemStyle-HorizontalAlign="Center" Visible="false" ReadOnly="false"> ...