Search Results

Type: Posts; User: pawangyanwali

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Hello,
    The code
    grid.removeColumn(k, true); removes the grid column. There was no such error in the code. I must have faced the problem while upgrading the Ext version from 2.2 to 2.5 and I am...
  2. Hello,
    Thank You for your response, I have solved this issue. Please, close the thread.
  3. Hello,
    I have concise the code as far as possible. Please, go through the code below.

    View (Index.cshtml)

    <html>
    <head>
    <script src="~/Resources/Javascript.js"></script>
    </head>...
  4. The view code which is loaded with the trigger field that loads the picker window

    @{
    Layout = null;
    }

    <!DOCTYPE html>

    <html>
    <head>
  5. Hello,
    The real problem I am facing is, when I am removing the grid column from the grid with the column index, I get an error.
    The error is the index range because the grid.column is still...
  6. The issue is I am unable to remove the column of index 2 because the
    grid.column is not updated as the grid.removeColumn(index, bool) removes the column from
    grid.column
    Is there any new...
  7. The issue is I am unable to remove the column of index 2 because the
    grid.column is not updated as the grid.removeColumn(index, bool) removes the column from
    grid.column
    Is there any new...
  8. Here is the partial view where is grid is loaded.


    @using Core.Framework.Common.Constants
    @(Html.X().Window().ID("SinglePickWindow").Hidden(true)
    ...
  9. I have updated the previous code, there is the code which checks the grid columns and deletes the column. But the problem is that, whenever the grid.removeColumn(k,true); is executed it throws the...
  10. Here is the partial view which loads the grid in a window.


    @using Core.Framework.Common.Constants
    @(Html.X().Window().ID("SinglePickWindow").Hidden(true)
    ...
  11. Hello,
    I have found a bug in latest version of Ext.Net i.e. 2.5
    For the first time the grid is loaded successfully, but when I hide and load again the same grid there is error in the java...
  12. Hello,
    I have a java script function which inserts the column and removes the column from the grid. It was working fine in previous version of Ext.Net i.e Ext.Net 2.1 As I have upgraded the...
  13. The solution that you provided didn't solve the problem. I removed the AutoLoad(false) but still the combo box was not able to load the data from database. Here i have presented the screen-shot of...
  14. The solution you provided din't fulfil my requirement. The scenario is;
    The combo box is loaded in the login form. The form that loads in the beginning of the application.
    Whenever the application...
  15. I tried to load the data from the database to the combo box. The combo box had to load the name of the cities from the database but the function
    "GetCities" was not called from the index file.

    ...
  16. Please close this thread.
  17. Thank You so much for your solution. Please close this thread.
  18. That is exactly what I have done as you have said. You can see that, the checked status of checkbox is set to true.

    6454

    The problem is even after setting the checkbox's checked property to...
  19. The checkbox's UI is implemented using this code where it is rendered without being checked at first.


    '<tpl if="boxLabel== undefined">',

    '<label id="sliderLabel"...
  20. It should the value of the checkbox, and check if it is true or false If the value is true, the checkbox's checked status should be true and and if the value is false it's checked status should be...
  21. I tried your suggestion but it is not working.



    Ext.override(Ext.form.field.Checkbox, {
    setValue: function (value) {
    this.callParent(arguments);

    ...
  22. Hi,

    The slider that I have modified is working fine except in the row expander's form panel. It is not rendered as checked though the value is true.



    @model System.Collections.IEnumerable
    ...
  23. Thank you so much for your suggestion. Please close this thread.
  24. Thanx for you answer, I resolved it with the help of Renderer property of checkcolumn. Please close this thread.
  25. Can you please explain this to me? I did't get it.

    And I tried TemplateColumn like this. But it isn't working.


    ...
Results 1 to 25 of 139
Page 1 of 6 1 2 3 4