Grid Row Level cell to cell Validation Check in JavaScript

You cannot input a value greater than the needed value. Step 1: ===== At first, set the Static ID. Grid Static ID:  detailsid Column Static ID:  ALLOCATION_NEED ALLOCATION_AMOUNT Step 2: ===== Create Dynamic Action On Page Load. Action Name: Row …

Firebases URL - Show Multiple Images in Modal Popup

🔹 Step 1: Column HTML Expression তোমার ATTACHMENT_URL (অথবা যেখানে image URL আছে) column এ এই HTML Expression বসাও 👇 <a href="javascript:void(0);"     class=" multi-view "     data-img="#ATTACHMENT_URL#"     title=…

Interactive Grid Column header Click option Disable Fixt

Interactive Grid Column header Click option Disable Fixt. এই কাজটা তিনটা সিস্টেমে করা যায়।                ১) এক কোডে কিছু Disable, কিছু Enable করা।                ২) এক কোডে সব  Click  Disable করা।                ৩) একটা একটা কলাম ধরে  ধরে  Click  D…

Interactive Grid Check data wise Grand total Show

Step 1: ===== Create a Dynamic Action on this Interactive Grid region. True Action:  Execute JavaScript Code Code:  // Interactive Grid এর static ID সেট করুন var gridStaticId = "your_grid_static_id"; // এখানে আপনার গ্রিডের Static ID দিন //…

HTML Map location point show

Step 1: ===== Create a Static Container Region. Name:  Saler Visiting Map HTML Code: <!-- Leaflet CSS & JS --> <link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" /> <script src="https…

Load More
That is All