User Profile & Activity

Sachin Jain Member
Page
of 5

Hi,

Coule please give us solution ASAP, Please?


Regards

Sachin Jain

Hi,

Thanks for the reply

I used client side to make column readonly with following code given by you:

function ToggleColumnEdit() {
    // retrieves WebGrid's object
    var grid = ISGetObject("WebGrid1");

    // access WebGrid's RootTable
    var rootTable = grid.RootTable;

    var columnSupplierID = rootTable.GetColumn("SupplierID");
    var columnCategoryID = rootTable.GetColumn("CategoryID");

    columnSupplierID.EditType = "NoEdit";
    columnCategoryID.EditType = "NoEdit";

    return true;
}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Issue 1: Filter is not working based on datatext field of column which is made as readonly.
issue 2: when clear the filter it is bound with datavalue field.

Please see my 5 images attached as test case.

I attached the code with sample database.

Please reply ASAP.

Thanks
Sachin Jain



Hi, Can you reply ASAP please? Regards Sachin Jain

Hi,

I ran your sample and the same issue is coming in my pc(windows 10 + internet explorer 11).

I tried to upload video but your text editor does not support to upload video, so

I renamed video extansion .mp4 to .png.

To watch video please rename format of file with .mp4

Hi,
Is any update on ASPNET-369.

regards
Sachin
Hi,
Is any update on ASPNET-368 ?

regards
Sachin
Hi,
      Any update on this !

regards
Sachin
Hi,
     We found that checkbox column was not bool type and handled another way. After changing column type as bool. It started working as expected.
 regards
Sachin

Posted: August 1, 2016 8:21 AM
Hi Yudi, 
              Any update regarding request would be helpful !

regards
Sachin
Hi Yudi,
             Thanks for reply. Unfortunately suggested solution does not fit in requirement. Client is OK with horizontal scroll bar because column position they can change with combination of hiding some columns. User requirement is to see cell data (not only header)  full without new line. Since, cell data for desired pages are too much long so they wish to read it with some more column data.
           We found that "Best Fit"  for column worked in this requirement.  Our problem is that data is dynamic so columns name could not be hardcoded by javascript.
        We tried to apply "Best Fit" on every column by javascript after document.ready but it made page slow. Hope, you can suggest some workaround.
regards
Sachin
All times are GMT -5. The time now is 7:37 PM.
Previous Next