Search Results

Type: Posts; User: Etisbew

Page 1 of 10 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    I am getting alignment issue in Mozilla Firefox.See the sample i want to align the buttons to right.


    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>...
  2. Hi,

    In my application i have 10 columns with time fields edit type Some times I am unable to get the dropdown for editing.For more clarification see the screenshot.
  3. Hi,

    In my application I am using TimeFiled is the edit type for one of the column in the grid like this



    <ext:Column DataIndex="Time" Header="Time">
    ...
  4. Hi,

    I have the grid in my application.I am adding one empty row to grid by default, when i changed something in that row i am creating next row in the grid.My problem is I want restrict the user...
  5. Hi,

    I am sending the sample.Run the sample and change the sum columns in the grid and then change the radio button,check the previously changed columns.

    design


    <%@ Register...
  6. RADIO Hi,

    I have two radio buttons (showDate,Hidedate)I am showing the date depending on the radio button change,the data column contains datefiled editor.In the radio button click I am calling...
  7. Hi,

    In my application i have a grid(it contains ComboBoxs,timefields ) and one button.I am changing some ComboBox values and time filed values grid and the clicking on the button.In the button...
  8. Hi,

    In AjaxEvent(AfterEdit)to the GridPanel how to find which cell is edited.
  9. Hi,
    I)Why i need two fields means the user may change the title or name but in any case the id must be same for both the fileds.
    2)can u give the sample on this AfterEdit AjaxEvent and update...
  10. Hi,

    See the sample.

    1)If i change the project title,the project name is changing automatically but the ids are not same(see the string in the button click event)

    2)If i changed the project...
  11. Hi Vladsch,

    It is working fine,but i have the change the all combobox manually.
    In above sample is it possible do like this.
    if i changed the country c1 to c3,the states combobox must be filled...
  12. Hi,

    I updated the SVN to latest.I got the problem with TextField height it is coming little big.


    See the sample


    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web"...
  13. Hi,

    Just i don't wont sorting for last row.
    See the sample.I am getting the error while sorting.
    Please explain the sortChanges java script method What is sr,lr.




    <%@ Page...
  14. Hi,

    There is problem with column hiding in the above sample.For more detail see the screenshot.
    In the above sample, To hide the column I am adding the following line in FillGrid method:


    ...
  15. Hi,

    How to avoid the sorting for last row of the gridpanel If grid contains records.
  16. Hi,

    I am binding the store and grid dynamically.

    I am able find the sum for "Total" column for the grid if the column type is a float in the store.

    1)How to declare the time column in the...
  17. Hi,
    How to change column order in the grid?
    I have one datatable with some 10 columns(not fixed) I am binding this column to store and the grid dynamically.Is it possible to order of columns.
  18. Hi,

    I am sending the sample project.
    For me columns (10) are added to the grid when I click on Month radio.If i changed code in page load like this
    rbtnMonth.Checked = true; This time it is...
  19. "3 .'If
    i changed the employee name in one column,i want to fill the next
    column comboBox department Names depending on the employee comboBox
    change.'"

    Valdsch,

    My case,

    I had grid with...
  20. Hi,

    It is working fine for two table.
    I added one more radio button as month and binding that to the grid
    It is not showing all columns when i checked on the month radio button but it is...
  21. Hi,

    See the above post,I edited.
  22. Hi,

    I am adding the ColumnModel for GridPanel dynamically.It is working fine for the page load,but the grid data is not changing when i change the radio button select.

    See the code


    ...
  23. Hi,

    The fallowing sample is giving the JavaScript error.Any one tell me where i did wrong.

    design


    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>...
  24. Hi,

    Hi how to align the label text to center?See the sample,I want the label text to center of two buttons,but for the below sample text is coming to left side.

    For more inofrmation see the...
  25. Hi,

    Is it possible to show only years selection from DateField control?

    This means... I would like to use date control for year selection (similar to year up down or year drop down)....
Results 1 to 25 of 226
Page 1 of 10 1 2 3 4