MSPJGrid.GetCellValue ????

S

sidd

Hi All,
PWA--> click "task" from the top menu--> this will show you "View my task
page"

this will present all the task assigned to you in tabular(Grid like) manner.

now question is ...i want to able to put some simple custom validation for
some of the columns ...for example value user is entering has to be smaller
than 40....or any other standard client side validations...
is it possible to do this ?how?

This is what i was trying ..i could not find any built in way to do this
that's why i looked into code.
==================
in task\ task page.asp...in SaveChangesBtn_OnClick() function i was trying
to look for the vale of a specific column i want to validate....
so i am trying to do something like this..........

//MSPJGrid.rows.item(row).cells.item(col) -DID not work
//MSPJGrid.GetCellValue(rows.getItem(4),'ASSN_ACT_WORK'); -- DID not work

//MSPJGrid.GetCellValue(rows.getItem(3),'WASSN_ID'); --WORKS ...

=================================

so i am trying to find out if there if there is a way to iterrate through
all rows in the grid and look for a value of a specific cell?

i am fine if i have to write some script or do some programming to
accomplish this.
thanks
sidd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top