User Profile & Activity

Maged Mikaeel Member
Page
of 6

It worked, thank you so much for your fast reply...

I gave up on you guys, to be really honest, you have fantastic looking UI and also functionality, BUT you also have too many unnecessary issues and many perfromance issues, these problems really delay my development and also almost no fix for any issues I raised to you guys. I think I will have to switch to another UI without that much of issues, mostly Dev Express will do the job without these problems and issues.

Any update?!!

Its now over a year and NO fixe yet!! Can't belive you can't fix such issue!!

Posted: February 19, 2012 10:39 PM

Hi There,

   Thanks for your reply and instance hlp.

   I think I still having problem with WebTextEditor and WebTreeView components.

   I also have a very important question and I wish if you can answer it to me.

   How can I apply the runtime licsnes at the client server without the need of the License Key?

   When I try to install my application on the client server, and if I put in the web.config file Runtime License Key,  I alsways need to first install Intersoft application from the web, and then I still need to add my License Key to it, otherwise it will keep popping up message to the users that they are running a trial version. Is there any way to just use the Runtime License Key ?


Thanks,

Maged  

Hi there,

Is this task (Task #974.) was done?

Thanks,

Maged

Posted: June 27, 2011 7:49 PM

Okay, I managed to make it much faster, this verion is really fast.

And that means GetRowByKeyValue is super slow!


///

///

///

function UnCheckRows(gridID) {

    try {

        var grid        = ISGetObject(gridID);

        var table       = grid.RootTable;

        var checkedRows = table.GetCheckedRows();

        var nLenght     = checkedRows.length;


        for (var i = 0; i < nLenght; i++) {

            var row = table.ToRowObject(checkedRows[i]);

            row.Uncheck();


        }

    }

    catch (err) {

        alert("UnCheckRows: " + err.description);

    }

}



Was this addressed yet? If yes can you give me an example of how to use it?

In case I create the inherited class and added a new field for the new key, how can I attach the new key to the added row in the grid?

I don't know what you mean with that!!

I can get the new key after the inster function which is fine, but how can I send this value back to the grid after I finish the insert operation? This is my question for you.

Like in this line of code I return TransactionResult object

MembershipDataContext context = new MembershipDataContext();
        return new TransactionResult()

        {
            OperationType   = DataSourceOperation.Insert,
            ReturnValue     = true,
            AffectedResults = newObject.MembershipTypePriceID
        };

How can we include the new key value to this return object?

Thanks,

Maged

All times are GMT -5. The time now is 7:42 PM.
Previous Next