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
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]