Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
User avatar
By programerboy
#827409
Hi,
One solution is the method you used and it is right and you need to manage it with trigger.
But another way is to use JavaScript code as follows:
Code: Select all
$("document").ready( function(){
	var Grid_Count = $('#YOUR_GRID_ID').getNumberRows();
	var Grid_Object = getFieldById('YOUR_GRID_ID');
	for(var i=1;i<=Grid_Count;i++){
		if($('#YOUR_GRID_ID').getValue(i, 1) != $('#YOUR_HIDDEN_USR_UID').getValue()){
			Grid_Object.tableBody.children().eq(i - 1).css('display', 'none');
		}
	}
});
https://pmlearning.info
Thanks

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]