Search Results

Type: Posts; User: marcus.santos

Search took 0.02 seconds.
  1. When I submit a combobox that is on a tab other than the active tab, the error occurs selected value null
  2. Below the full code:

    public void CreateGrid()
    {

    Column oColumn;

    oColumn = new Column
    {
    DataIndex = "NmColummID",
  3. I'm trying to create a column with a command and does not work. Below the code:


    oColumn = new Column
    {
    DataIndex = "NmColummID",
    ...
Results 1 to 3 of 3